From: Jason Rumney Date: Sun, 28 Apr 2002 18:53:48 +0000 (+0000) Subject: (syms_of_w32proc): Get true file attributes by default. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~57444 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=09ed9d88231563a02f486f6b9ba8246206908243;p=emacs.git (syms_of_w32proc): Get true file attributes by default. --- diff --git a/src/w32proc.c b/src/w32proc.c index 02c4aa0cf1b..ae14c817fa9 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -2235,6 +2235,6 @@ the truename of a file can be slow. */); This option slows down file-attributes noticeably, so is disabled by default. Note that it is only useful for files on NTFS volumes, where hard links are supported. */); - Vw32_get_true_file_attributes = Qnil; + Vw32_get_true_file_attributes = Qt; } /* end of ntproc.c */